home *** CD-ROM | disk | FTP | other *** search
- ; Necromancer's Dos Navigator Extension configuration file │
- ; ─────────────────────────────────────────────────────────┘
- ; Syntax: {} Enter, () Shift-Enter, [] Alt-Enter
- ; asm,pas or asm;pas possible as filter
- ; therefore comments only work at the first position of a string
- ; you can comment the whole block by commenting the filter
- ; ~!.!~/~!.ext Insert SFN (LFN default)
- ;
- ;Detailed help on the !.! expansion macros is available in the online help
- ;under the topic USER MENU -> MENU MACROS
- ; ───────────────────────── Assembler ───────────────────────────────────
- asm{ @echo off
- type %1
- echo ┌────────────────────────────────────
- echo │ Assembling and linking COM file... █
- echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- ; tasm !
- ; tlink /t /x !.obj
- }
- asm( @echo off
- echo ┌────────────────────────────────────
- echo │ Assembling and linking EXE file... █
- echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- tasm !
- tlink /x !.obj
- )
- asm[
- >1 ~A~ssemble only
- tasm ! /m2
- >1 Assemble & link ~C~OM file
- tasm !
- tlink /t/x !.obj
- >1 Assemble & link E~X~E file
- tasm !
- tlink /x !.obj
- ]
- obj{ @echo off
- echo ┌─────────────────────────────
- echo │ Linking file as COM file... █
- echo └▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- tlink /t/x !.obj
- }
- ; ────────────────── Programming Languages ───────────────────────────
- bas{ D:\langs\pb\pb.exe ~!.!~}
- c { bcc32 -g1 -j1 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
- !.exe
- }
- cpp{ d:\langs\bc\bin\bc.exe ~!.!~}
- prj{ d:\langs\bc\bin\bc.exe ~!.!~}
- tp ( d:\langs\bp\bin\bp.exe /c~!.!~)
- tp { d:\langs\bp\bin\bp.exe /c~!.!~}
- pas{ bpc ~!.!~}
- pas[ >1 ~B~orland Pascal
- bpc ~!.!~
- >1 ~V~irtual Pascal
- vpc.exe !.!
- ]
- c [ >1 ~B~orland C++ 32Bit
- bcc32 -I"e:\Bcc\include" -L"e:\Bcc\lib" !.!
- >1 ~W~atcom C/C++ 32bit
- wcl386 -CC -l=wdosx -i=e:\wc\h !.!
- >1 ~G~nu C/C++ 32bit
- gcc !.! -o !.exe
- >1 ~T~urbo C/C++ 16bit
- tcc -Ie:\tc\INCLUDE -Le:\tc\LIB !.!
- ]
- java{ @echo.
- @echo ■ Compiling ■
- @D:\PROGRA~1\JAVASD~1.4\BIN\javac.exe !.!
- @echo ■ Running ■
- @D:\PROGRA~1\JAVASD~1.4\BIN\java.exe !
- }
- ; ───────────────────────── Archivers ──────────────────────────────────
- lst( arj a -jm ! !!!.!
- del !.!)
- lst{ pkzip -ex ! @!.!
- del !.!}
- ice{ lha x !.! *.* }
- ice( have !.!)
- arj{ arj x !.! }
- arj( arj x !.! e:)
- zip{ pkunzip -d !.!}
- zip( pkunzip !.! e:)
-
- ; ─────────────────────────── FoxPro ───────────────────────────────────
- mpr{ foxprol !.!}
- spr{ foxprol !.!}
- pjx{ foxprol !.!}
- prg{ foxprol !.!}
- fxp{ foxprol !.!}
-
- ; ────────────────────────────── Misc ──────────────────────────────────
- stm{ ..\StMod ! F}
- bak{ del *.bak}
- sc { paradox !.!}
- pcx{ pcxview !.! }
- $$${ del !.!}
- pkt{ pktview !.!}
- sch{ cap !.! }
- pcb{ cad !.! }
- UUE{ E:\SYS\UTIL\UUDECODE !.!}
-
- ss{
- @echo off
- ren ~!.!~ ~!.EXE
- ~!.EXE
- ren ~!.EXE ~!.SS
- }
-
- ans{ AnSi
- cls
- TYPE !.!
- }
-
- ; ~»α«»¿ßáΓ∞ íπ¬óπ éáΦÑú« CD-ROM ñαá⌐óá
- cda{
- dss Z:!.!
- }
-
- ; ─────────────────────────── All files ────────────────────────────────
-
- ; This menu starts up by Alt-Enter for all files
- * ( >1 Convert ~!.!~ ~t~o UUE
- < Enter number of lines
- <=200
- E:\SYS\UTIL\UUENCODE -s%3 !.!
- >1 Convert ~!.!~ ~f~rom UUE
- E:\SYS\UTIL\UUDECODE !.!
- )
-
- *{;@echo off
- echo Start "!.!"
- ; start "!.!"
- }
-